declare type FontFace = {
    types: string[];
    name: string;
    timestamp: Number;
    cssPath: string;
};
export declare const cssFontFaceFormat: (options: FontFace) => string;
export declare const cssStrFormat: (name: string, code: string, prefix?: string | undefined) => string;
export declare const cssVarFormat: (name: string, code: string, prefix?: string | undefined) => string;
export declare const cssVarArrFormat: (name: string, code: string) => string;
export {};
