export declare function findNearestPackageJson(dir: string): string | null;
export declare const env: {
    isCI: boolean;
    platform: string;
    nodeVersion: string;
    terminal: string | undefined;
    cwd: string;
};
export declare const coderDir: string;
