export class Schema { constructor(...args: any[]); static createSchemaByExtensions(...args: any[]): any; [key: string]: any; }