export declare function transform(source: string, replacements: {
    vi: 'vw' | 'vh';
    vb: 'vw' | 'vh';
}): string;
