import type { Serializable } from './types';
export declare function isSerializable(o: unknown): o is Serializable;
