export default function (REPO_OWNER: string, REPO_NAME: string, sshKey: string, remoteName: string): Promise<void>;
