declare const _default: () => Promise<{
    isPrivate: boolean;
    browserName: string;
}>;
export = _default;
