5 lines
226 B
Plaintext
5 lines
226 B
Plaintext
export declare const name = "Validate with no rules";
|
|
export declare const count = 10;
|
|
export declare function setupAsync(): Promise<void>;
|
|
export declare function measureAsync(): Promise<import("../..").NormalizedProblem[]>;
|