declare const _default: {
    test(value: any): boolean;
    serialize(node: any, config: any, indentation: any, depth: any, refs: any, printer: any): string;
};
/**
 * A pretty-format plugin for React's FiberNode objects, which are very large trees that are too
 * large and verbose to print.
 */
export default _default;