import { type } from "@kcutils/helper";
import { Locale } from "../models/Locale";
export interface LanguageOption {
    fallback: string;
}
export declare const getLang: (opt?: Partial<LanguageOption> | undefined) => type.WithUndefined<Locale>;
//# sourceMappingURL=browser.d.ts.map