export declare function getDevicesList(): Promise<any>;
export declare function getDevice(videoDevices: any, isFrontCamera: boolean): Promise<any>;
export declare function getBase64FromVideoFile(videoFile: File): Promise<string>;
export declare function getCorrectVideoFormat(video: any): string;
