/**
 * Wraps an array of passed strings in a set of HTML comments with the given label
 */
export declare const wrapEmbeds: (label: string, content: string[]) => string;
