export declare const htmlRenderingConfigurationSchema: import("@scalar/validation").ObjectSchema<{
    /**
     * The URL to the Scalar API Reference JS CDN.
     *
     * Use this to pin a specific version of the Scalar API Reference.
     *
     * @default https://cdn.jsdelivr.net/npm/@scalar/api-reference
     *
     * @example https://cdn.jsdelivr.net/npm/@scalar/api-reference@1.25.122
     */
    cdn: import("@scalar/validation").StringSchema;
    pageTitle: import("@scalar/validation").StringSchema;
    /**
     * A Content Security Policy (CSP) nonce to apply to the generated inline `<script>` and `<style>`
     * tags so the API Reference can render under a strict CSP without `unsafe-inline`.
     *
     * Generate a fresh value per request and match it in your `script-src` and `style-src` directives.
     */
    nonce: import("@scalar/validation").OptionalSchema<import("@scalar/validation").StringSchema>;
}>;
//# sourceMappingURL=html-rendering-configuration.d.ts.map