/** * Encode a URL for use in CSS `url()` syntax. */ export declare function makeCssUrl(url: string): string;