import type { OpenAPIV3 } from 'openapi-types';
import type { ReferenceConfiguration } from '@scalar/types';
export declare const ScalarRender: (info: OpenAPIV3.InfoObject, version: string, config: ReferenceConfiguration, cdn: string) => string;
