import { TNativeAudioNode, TNativeConstantSourceNode } from '../types';
export interface INativeConstantSourceNodeFaker extends TNativeConstantSourceNode {
    bufferSize: undefined;
    inputs: TNativeAudioNode[];
}
//# sourceMappingURL=native-constant-source-node-faker.d.ts.map