import { TestStatus } from '../../types.js';
export declare function getEmojiByTestStatus(status: TestStatus | undefined, skip?: string | boolean): string;
export declare const isInternetExplorer: boolean;
