import { DMMF } from './dmmf/types'; export declare type SupportedQueries = keyof Pick; export declare const supportedQueryActions: SupportedQueries[]; export declare type SupportedMutations = keyof Pick; export declare const supportedMutationActions: SupportedMutations[]; export declare enum InputOmitSetting { Create = "create", Update = "update", Where = "where", OrderBy = "orderBy" } //# sourceMappingURL=config.d.ts.map