export declare const appendZero: {
    (num: any): any;
    displayName: string;
    __docgenInfo: {
        description: string;
        displayName: string;
        props: {};
    };
};
export declare const getFormattedTime: (time: any, remaning?: boolean) => string;
export declare const getProgress: (currentTime: number, duration: number) => number;
export declare const getCurrentTime: (progress: number, duration: number) => number;
export declare const getRemaningTime: (progress: number, duration: number) => number;
export declare const populateDispatch: (dispatch: any, player: any, ...funcs: any[]) => any;
