import { IAudioNode, IConstantSourceNode } from '../interfaces'; import { TContext } from '../types'; export declare const isConstantSourceNode: (audioNode: IAudioNode) => audioNode is IConstantSourceNode; //# sourceMappingURL=constant-source-node.d.ts.map