export declare const schema: (o: any) => boolean;
export declare const sanitize: (v: any) => boolean;
