/**
 * CLI action for getting information about installed ZenStack packages
 */
export declare function info(projectPath: string): Promise<void>;
