import { CssResolvableAliasStrategy } from './CssAliasStrategy.js'; /** * Will create a resolve alias strategy. By applying this strategy when converting a token to css, * rather than converting the alias to a css variable, we will resolve it and convert it to the css value, e.g: `12px` */ export declare function createResolveAliasStrategy(): CssResolvableAliasStrategy; //# sourceMappingURL=resolvableResolve.d.ts.map