import { Serializable } from '../types'; export default function isSerializable(o: any): o is Serializable;