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