import { AbstractSegments } from './abstractSegments';
export declare class Interpolation {
    #private;
    constructor(segments: AbstractSegments);
    run(input: string): string;
    private customTags;
    private systemTags;
    private runMatches;
    private getModuleValue;
    private getCustomValue;
    private safeValue;
}
//# sourceMappingURL=interpolation.d.ts.map