export declare function withCancelHandler(prompt: Promise): Promise; export declare const onCancel: (message?: string, code?: number) => never; export declare function ensureN8nPackage(commandName: string): Promise;