/**
 * Generates a random name to assign to an instance of Ganache. The name is
 * generated from an adjective, a flavor and a type of desert, in the form of
 * `<adjective>_<flavor>_<type>`, eg., `salted_caramel_ganache`.
 */
export default function createInstanceName(): string;
//# sourceMappingURL=process-name.d.ts.map