/**
 * Returns the HTML content of passed Document Fragment
 * @param fragment - document fragment to process
 * @returns the HTML content of passed Document Fragment
 */
export declare function fragmentToString(fragment: DocumentFragment): string;
