1export = CSSPrefixer; 2export as namespace CSSPrefixer; 3 4declare namespace CSSPrefixer { 5 function prefixProperty(prop: string): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7; 6 function prefixValue(prop: string, value: string): string; 7}