declare const _default: {
    size: {
        content(options: import("type-fest").JsonValue): Promise<string>;
    };
};
export default _default;
