import type { SelectField } from 'payload'; import type { ResolvedConfig } from '../types.js'; export declare function createFormatSelectorField(config: ResolvedConfig): SelectField; //# sourceMappingURL=formatSelector.d.ts.map