import type { DawnCollection, FieldProps, SanitizedCollection } from "../types"; export declare function defineCollection = Record>(config: DawnCollection): SanitizedCollection;