import type { Locale, PayloadRequest } from 'payload';
type GetRequestLocalesArgs = {
    req: PayloadRequest;
};
export declare function getRequestLocale({ req }: GetRequestLocalesArgs): Promise<Locale>;
export {};
//# sourceMappingURL=getRequestLocale.d.ts.map