import { IRepoResponse, ITemplateFetcher } from '@rocketmakers/orbit-template-core'; export declare class AnonHttpFetcher implements ITemplateFetcher { private rootUrl; constructor(rootUrl: URL); getServiceJson(serviceFileName: string): Promise; getEtag(relativePath: string): Promise; getContent(relativePath: string): Promise<{ content: string; etag: string; }>; getPayloadSchemaContent(relativePath: string): Promise>; } //# sourceMappingURL=anonHttpFetcher.d.ts.map