export default function pre(cwd: string, options: {
    command: "enter";
    tag: string;
} | {
    command: "exit";
    tag?: string;
}): Promise<void>;
