export function buildSchemaUrl({ stage, service, repo }: { stage: string; service: string; repo: string; }): string; export function extractServiceFromUrl(url: string): string | null; export function generateSchemaUrl(opts: any): string; export default generateSchemaUrl; //# sourceMappingURL=generate-schema-url.d.ts.map