export declare const setQuote: (fileUid: string, quote: string) => Promise<string>;
