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