export declare function interpolate(template: string, context: Record): string; export declare namespace interpolate { let matcher: RegExp; function matches(template: string): boolean; }