import { Transformer } from "unified"; import { Root } from "../nast/types.js"; /** Group images into galleries in an ATS tree */ export declare function galleries(types?: string[]): Transformer;