import { SfProject } from '@salesforce/core';
export declare function maybeGetProject(): Promise<SfProject | undefined>;
