import type { Context } from '..'; export declare const mutateChannelContext: (ctx: Context, channelString: string) => void; export declare const mutateLocaleContext: (ctx: Context, locale: string) => void; //# sourceMappingURL=contex.d.ts.map