export declare function getInputOptions(): { checkout: Partial<{ branch: string; }>; bump: Partial<{ version: string; as: string; prerelease: string; snapshot: string; firstRelease: boolean | undefined; skip: boolean | undefined; byProject: {} | undefined; }>; maintenanceBranch: Partial<{ enabled: boolean | undefined; }>; publish: Partial<{ skip: boolean | undefined; access: string; tag: string; }>; }; //# sourceMappingURL=options.d.ts.map