import { TestInstance } from "./testInstance"; /** * Converts the breadcrumb path to a SHA1 check sum * to act as the ID for the test instance * @param instance */ export declare function generateID(instance: TestInstance): void;