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