declare module "osenv" {
    export function home():string;
    export function user():string;
    export function prompt():string;
    export function tmpdir():string;
    export function path():string;
    export function editor():string;
    export function shell():string;
}