import type { Schema } from '../../../../schema/index.js';
import type { ISchemaDTO } from '../types.js';
export declare const getDefaultsDTO: (schema: Schema) => Pick<ISchemaDTO, "keyDefault" | "putDefault" | "updateDefault">;
