import { Exome } from "exome";
export declare function test(val: any): boolean;
export declare function print(val: typeof Exome, printDepth: (value: any) => string): string;
