export type SymlinkEnvOptions = {
    rootDir: string;
};
export declare function createSymlinkEnv({ rootDir, }: SymlinkEnvOptions): Promise<void>;
