@itwin/insights-client
Version:
Insights client for the iTwin platform
8 lines • 382 B
TypeScript
export declare class TestSetupError extends Error {
constructor(message: string);
}
export declare function createDirectory(directoryPath: string): void;
export declare function cleanupDirectory(directory: string): void;
export declare function createGuidValue(): string;
export declare function sleep(ms: number): Promise<unknown>;
//# sourceMappingURL=CommonTestUtils.d.ts.map