export declare class DummyAjv { value: any; valid: boolean; private static number; verify({ str }: { str: string; }): boolean; verifyClassDecorator(str: any, { text, num2 }: { text: any; num2: any; }): boolean; }