export declare type Format = "eot" | "woff" | "woff2" | "svg" | "ttf"; export declare type Formats = Array; declare type FormatOption = { copyright: null; ts: null; version: null; }; export declare type FormatsOptions = Partial>; export {};