import { type ReplacementType } from '../../interfaces/replacement-type';
export declare function replaceFunctions(functions: readonly ReplacementType[]): void;
