export function parse(
  transform: string,
  options?: object
): TransformsStyle['transform'];
