import type { FieldState } from "payload"; export declare function getParentPath(path: string): string; export declare function getPresetTypeFromPath(parentPath: string, validTypes: string[]): string | null; export declare function cleanPresetData(obj: unknown, excludeKeys: Set): unknown; export declare function buildSubFieldStateFromPreset(presetBlockItem: Record, excludeKeys: string[]): Record;