export declare const normalizeFirefoxVersion: (version: string) => string;
export declare const getFirefoxBuildId: (version: string) => string;
