import { CompilerOptions } from "typescript"; export declare function assertSchema(group: string, name: string, type: string, settings?: any, compilerOptions?: CompilerOptions): void;