export declare type AudioSamples = {
    data: Float32Array;
    channels: number;
    sampleRate: number;
};
