/** * omk setup - Install OMK skills, prompts, agents and configure Kimi hooks */ export type SetupScope = 'user' | 'project'; export declare function setup(scopeArg?: string): Promise; //# sourceMappingURL=setup.d.ts.map