export = normalizeTransition;
/**
 * @param {import('postcss-value-parser').ParsedValue} parsed
 * @return {string}
 */
declare function normalizeTransition(parsed: import('postcss-value-parser').ParsedValue): string;
//# sourceMappingURL=transition.d.ts.map