import { Versions } from './Versions'; export declare class Templatespec { type?: string; require?: boolean; labels?: Array; logoURL?: string; readmeURL?: string; description?: string; versions?: Array; constructor(type?: string, labels?: Array, logoURL?: string, readmeURL?: string, description?: string, versions?: Array); withType(type: string): Templatespec; withRequire(require: boolean): Templatespec; withLabels(labels: Array): Templatespec; withLogoURL(logoURL: string): Templatespec; withReadmeURL(readmeURL: string): Templatespec; withDescription(description: string): Templatespec; withVersions(versions: Array): Templatespec; } //# sourceMappingURL=Templatespec.d.ts.map