export declare function interpolateString(input: string, store: any): string; export declare function hasPendingInterpolations(input: string): boolean; export declare function ensureAllInterpolations(input: string): void;