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