import type { InitOptions } from '../types/index.js'; /** * Initialize AdyaUI in the project */ export declare function initCommand(options?: InitOptions): Promise; //# sourceMappingURL=init.d.ts.map