export const findAllAfter: (( node: Parent, index: Node | number, test: | T['type'] | Partial | import('unist-util-is').TestFunctionPredicate | ( | T['type'] | Partial | import('unist-util-is').TestFunctionPredicate )[] ) => T[]) & (( node: Parent, index: Node | number, test?: | null | undefined | Type | Props | TestFunctionAnything | Array ) => Array) export type Node = import('unist').Node export type Parent = import('unist').Parent export type Type = import('unist-util-is').Type export type Props = import('unist-util-is').Props export type TestFunctionAnything = import('unist-util-is').TestFunctionAnything