import type { ParsedCLIArgs } from '../cli/parseOptions.ts'; export interface EnvironmentResult { link: string | undefined; message: string | undefined; authorEmail: string | undefined; beforeSha: string; afterSha: string; nonce: string | undefined; debugMode: boolean; notify: string | undefined; fallbackShas: Array | undefined; githubToken: string | undefined; ci: boolean; skip: string | undefined; only: string | undefined; } export default function resolveEnvironment(cliArgs: ParsedCLIArgs, env?: Record): Promise; //# sourceMappingURL=index.d.ts.map