import type { Builder, Handler } from '@onerepo/yargs'; export declare const command: string[]; export declare const description = "Sets up oneRepo in a new or existing repository"; type Argv = { location?: string; workspaces?: Array; }; export declare const builder: Builder; export declare const handler: Handler; export {};