import { Schema } from '../schemas.static.types';
export default function buildSchema<T extends Schema>(schema: T): T;
