import type { ICredentialDataDecryptedObject } from 'n8n-workflow';
export declare const getHeaders: (credentials: ICredentialDataDecryptedObject) => {
Accept: string;
Authorization: string;
'x-environment-id': import("n8n-workflow").CredentialInformation;
};