export declare class Composition { parts: string[]; embeds: any[]; constructor(parts: string[], embeds: any[]); } export declare function compose(parts: TemplateStringsArray, ...embeds: any[]): Composition;