import { UserError } from 'n8n-workflow';
export declare const BUILDER_NOT_CONFIGURED_CODE = "BUILDER_NOT_CONFIGURED";
export declare class BuilderNotConfiguredError extends UserError {
    readonly code = "BUILDER_NOT_CONFIGURED";
    constructor();
}
