import { ISchema } from '../../../types/schema';
export default function (schema: ISchema, name: string): boolean;
