interface Options {
    cwd: string;
}
export default function (id: string, options: Options): Promise<any>;
export {};
