export declare function interpolate(template: string, scope?: Record<string, any>): string;
