export declare const clone: (repo: string, org: string) => Promise<void>;
