importtype { Command } from'commander';
/**
* A preAction hook that errors out if siteInfo is an empty object
*/declareconstrequiresSiteInfo: (command: Command) =>Promise<undefined>;
exportdefault requiresSiteInfo;
//# sourceMappingURL=requires-site-info.d.ts.map