export declare const raw: (
	template: {
		raw: readonly string[] | ArrayLike<string>;
	},
	...substitutions: any[]
) => string;
