import { IExecuteFunctions } from 'n8n-workflow';
export declare function getCredentials(context: IExecuteFunctions, errorMessage?: string): Promise<import("n8n-workflow").ICredentialDataDecryptedObject>;
