import { TxtNode } from "@textlint/ast-node-types"; export declare function isTxtAST(node: unknown): node is TxtNode; export declare function test(node: Record): void; //# sourceMappingURL=index.d.ts.map