declare const illegal: (x: string) => void;
declare const escape: (x: string) => string;
export { illegal, escape };
