import StyleDictionary from 'style-dictionary'; /** * Register Otter hooks * @param styleDictionary */ export declare const register: (styleDictionary?: StyleDictionary) => void; /** Base configuration for Otter Extension */ export declare const baseConfig: { readonly preprocessors: [string]; readonly parsers: [string, string]; }; //# sourceMappingURL=presets.d.mts.map