export interface AnySchemaObject { type: 'any'; } export declare function IsAnySchemaObject(obj: any): obj is AnySchemaObject;