export declare const confirmAction: (action: 'delete' | 'trash' | 'retry', type: 'notebook' | 'note' | 'folder' | 'item', context: any, customText?: string, onConfirm?: (scope: any) => any) => any; export declare const prompt: ({ title, subTitle, yes, content, onConfirm, }: { title: string; subTitle?: string; yes: string; content: string; onConfirm?(scope: any): any; }, scope?: any, locals?: any) => any;