import { parseArgs } from 'node:util'; export declare const parseOptions: { readonly version: { readonly type: "boolean"; readonly short: "v"; }; readonly help: { readonly type: "boolean"; readonly short: "h"; }; readonly config: { readonly type: "string"; readonly short: "c"; }; readonly baseBranch: { readonly type: "string"; }; readonly link: { readonly type: "string"; }; readonly message: { readonly type: "string"; }; readonly authorEmail: { readonly type: "string"; }; readonly afterSha: { readonly type: "string"; }; readonly beforeSha: { readonly type: "string"; }; readonly beforeShaTagMatcher: { readonly type: "string"; }; readonly fallbackShas: { readonly type: "string"; }; readonly fallbackShasCount: { readonly type: "string"; }; readonly notify: { readonly type: "string"; }; readonly nonce: { readonly type: "string"; }; readonly githubToken: { readonly type: "string"; }; readonly allProjects: { readonly type: "boolean"; }; readonly format: { readonly type: "string"; }; readonly project: { readonly type: "string"; }; readonly limit: { readonly type: "string"; }; readonly page: { readonly type: "string"; }; readonly component: { readonly type: "string"; }; readonly variant: { readonly type: "string"; }; readonly target: { readonly type: "string"; }; readonly sha: { readonly type: "string"; }; readonly skip: { readonly type: "string"; }; readonly skippedExamples: { readonly type: "string"; }; readonly only: { readonly type: "string"; }; }; export type ParsedCLIArgs = ReturnType>['values']; //# sourceMappingURL=parseOptions.d.ts.map