export declare function test(value: any): boolean;
export declare function print(value: unknown, serialize: (value: unknown) => string): string;
declare const _default: {
    test: typeof test;
    print: typeof print;
};
export default _default;
