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