import type { ProjectManifestSpec } from "../types.js"; export interface GemspecConfig { requirePaths: string[]; notices: string[]; } export declare const GEMSPEC_MANIFEST: ProjectManifestSpec; //# sourceMappingURL=ruby-config.d.ts.map