5 lines
239 B
Plaintext
5 lines
239 B
Plaintext
export declare const name = "Validate with single top-level rule";
|
|
export declare const count = 10;
|
|
export declare function setupAsync(): Promise<void>;
|
|
export declare function measureAsync(): Promise<import("../..").NormalizedProblem[]>;
|