import type { CResult, OutputKind } from '../../types.mts'; export declare function createScanFromGithub({ 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=create-scan-from-github.d.mts.map