import { Account, Credentials } from "workspace_models";
export declare function getPulumiHomeDir(): string;
export declare function getEscBookkeepingDir(): string;
export declare function getPathToCredsFile(dir: string): string;
export declare function getEscCurrentAccountName(): string | null;
export declare function getStoredCredentials(): Credentials | null;
export declare function getCurrentAccount(): {
    account?: Account;
    backendUrl?: string;
};
