export interface AudioMeta { format: string; duration: number; } export declare class AudioProcessor { getMeta(filepath: string): Promise; }