import { FormatFnArguments } from 'style-dictionary/types';
export declare const name = "css/unity-proprietary-fonts";
/**
 * Generates font rules for the public `css/unity.css` entry point.
 *
 * Font URLs must be relative to that entry point because consumer CSS tools may
 * inline imports and lose the location of nested stylesheets.
 */
export declare function proprietaryFontsFormat({ dictionary, }: FormatFnArguments): string;
