declare function daemon(virtualEnv: Record<string, string | undefined>): void;
export default daemon;
