4 lines
183 B
Plaintext
4 lines
183 B
Plaintext
export declare const name = "Resolve with no external refs";
|
|
export declare const count = 10;
|
|
export declare function measureAsync(): Promise<import("../../resolve").ResolvedRefMap>;
|