export declare class CWD {
    static value: string;
    static setValue(value: string): void;
}
