blob: dc7748e7833351299e0d30bac0ab44bcb5bc3f00 [file] [log] [blame]
export interface Options {
cwd: string;
}
export declare const options: Options;