import { Octokit } from "@octokit/rest"; import { Options } from "./create-or-update-files"; declare const CreateOrUpdateFiles: (octokit: Octokit | any) => { createOrUpdateFiles: (opts: Options) => Promise; }; export { CreateOrUpdateFiles }; //# sourceMappingURL=index.d.ts.map