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