import { UnexpectedError } from 'n8n-workflow';
export declare class CredentialMissingIdError extends UnexpectedError {
    constructor(credentialName: string, credentialType: string);
}
