import { TypeValidator } from "./base";
export declare class Objects extends TypeValidator<object | undefined> {
}
