import { ShowProjectOptions } from './command-object';
export declare function showProjectHandler(args: ShowProjectOptions): Promise<void>;
