export declare const ERROR_MESSAGES: {
    FRAMO_NOT_INITIALIZED: string;
    MEDIAINFO_COULD_NOT_LOAD: string;
    MEDIAINFO_COULD_NOT_ANALYZE_VIDEO: string;
    NO_FRAMERATE_IN_MEDIAINFO: string;
    COULD_EXTRACT_FRAMERATE_PROPERLY: string;
};
export declare const REGEX: {
    ONLY_NUMBER: RegExp;
};
