import type { AddAudiosInput, AddAudiosOutput } from '../../types'; export declare function addAudios(params: AddAudiosInput): Promise; //# sourceMappingURL=add-audios.d.ts.map