export type UpNoteBoolean = boolean; export type UpNoteViewMode = 'all_notes' | 'quick_access' | 'templates' | 'trash' | 'notebooks' | 'tags' | 'filters' | 'all_notebooks' | 'all_tags'; export declare function upNoteUrl(action: string, params?: Record): string; export declare function upNoteViewUrl(params?: Record): string;