export declare class Encoder { static encode(buffer: AudioBuffer, format: String): Promise; private static interleave(buffer); }