/** * Pinned dependency versions for reproducible generation. */ export declare const PINNED_VERSIONS: { readonly cfnLint: "v1.32.4"; }; /** * Build the cfn-lint tarball URL for a given version tag. */ export declare function cfnLintTarballUrl(version?: string): string; /** * Check for newer versions of pinned dependencies. */ export declare function checkForUpdates(): Promise<{ cfnLint: { current: string; latest: string; }; }>; //# sourceMappingURL=versions.d.ts.map