export declare const OFFICIAL_MARKETPLACE_NAME = "crouter-official-marketplace"; export declare const OFFICIAL_MARKETPLACE_URL = "https://github.com/crouton-labs/crouter-official-marketplace.git"; export declare const OFFICIAL_MARKETPLACE_REF = "main"; export declare function ensureOfficialMarketplace(argv: string[]): void; export declare function ensureProjectScope(argv: string[]): void;