import { tmpdir } from 'node:os'; export declare function getRpcDir(projectDirectory: string): string; export { tmpdir };