import type { Plugin } from 'unified';
import type { GenericParent } from 'myst-common';
export declare function tableTransform(mdast: GenericParent): void;
export declare const tablePlugin: Plugin<[], GenericParent, GenericParent>;
//# sourceMappingURL=tables.d.ts.map