/** * getProject returns the current project name. It throws an exception if none is registered. */ export declare function getProject(): string; /** * getStack returns the current stack name. It throws an exception if none is registered. */ export declare function getStack(): string;