export declare const dynaClientDownloadText: (filename: string, text: string) => void; export declare const dynaClientDownloadObject: (filename: string, data: any, compressed?: boolean) => void;