export declare const SampleConfigDbModelParentType: { readonly Read: "read"; readonly Collection: "collection"; }; export type SampleConfigDbModelParentType = (typeof SampleConfigDbModelParentType)[keyof typeof SampleConfigDbModelParentType];