/// <reference types="node" />
import { URL } from 'node:url';
/** encode file for CSS */
export declare function encode(cssURL: string, cwd: URL): string;
/** format font stack */
export declare function formatFontFamilyNames(fontNames: string[]): string;
