import { TransformOptions } from './types';
export default function transform(opts: TransformOptions): string;
