import { CompilerOptions } from "typescript"; import * as TJS from "../typescript-json-schema"; export declare function assertSchema(group: string, name: string, type: string, settings?: TJS.PartialArgs, compilerOptions?: CompilerOptions): void;