import { Schema } from '../types/schemas';
export declare function getSchemaWithoutDefaults(schema: Schema): Schema;
