export declare const getInjectedIwaConfigRegex: RegExp;
export declare function replaceIWA(input: string, data: {}): string;
export declare function removeIWA(input: string): string;
export declare function hasIWAConfig(input: string): boolean | null;
