import { CodeTransformation } from './constants';
export declare function detectCodeTransformation(): `${CodeTransformation}`;
export declare function isCodeTransformation(input: string): boolean;
