import { Audio } from '../models';
export declare const selectAudiosByWords: (words: string[]) => Promise<Audio[] | undefined>;
