import { UserError } from 'n8n-workflow';
export declare class InvalidSamlMetadataError extends UserError {
    constructor(detail?: string);
}
