import type { Field } from 'payload';
export declare const hasLocalesTable: ({ fields, parentIsLocalized, }: {
    fields: Field[];
    /**
     * @todo make required in v4.0. Usually you'd wanna pass this in
     */
    parentIsLocalized?: boolean;
}) => boolean;
//# sourceMappingURL=hasLocalesTable.d.ts.map