/**
 * Tag function used to aid in the construction of code blocks.
 */
export declare function code(strings: TemplateStringsArray, ...values: any[]): string;
