import type { Profile } from "./types";
import { WLipSyncAudioNode } from "./audio-node";
export declare function createWLipSyncNode(audioContext: AudioContext, profile: Profile): Promise<WLipSyncAudioNode>;
export type * from "./types";
export * from "./parse";
export { configuration, WLipSyncAudioNode } from "./audio-node";
//# sourceMappingURL=index.d.ts.map