export declare const base64ToText: (base64: any) => string; export declare const textToBase64: (text: string) => string; export declare const getFileSuffix: (v: string) => string; export declare const toEditorJSON: (value: any) => any; export declare const toMarkdownJson: (value: any) => any;