declare function transformCode(code: string): string | null | undefined;
export { transformCode };
