import { type BifrostLocale } from "../../locales/en-us.js"; export declare const BifrostContext: import("react").Context<{ locale: BifrostLocale; }>;