export declare function createPlayer(fn: any, time?: number): {
    play(): void;
    stop(): void;
    setSpeed(speed: any): void;
};
