import type { OutputKind } from '../../types.mts'; export declare function handleCreateGithubScan({ all, githubApiUrl, githubToken, interactive, orgGithub, orgSlug, outputKind, repos }: { all: boolean; githubApiUrl: string; githubToken: string; interactive: boolean; orgSlug: string; orgGithub: string; outputKind: OutputKind; repos: string; }): Promise; //# sourceMappingURL=handle-create-github-scan.d.mts.map