import { Audio } from '../models';
export declare const addAudio: (fileId: string, fileUid: string, quote: string) => Promise<Audio | null>;
