export declare class WorkspaceFolder {
    readonly fsPath: string;
    constructor(fsPath: string);
}
