export const Nothing: any;
export function toBool(o: any): boolean;
export function isNothing(o: any): boolean;
export function isSomething(o: any): boolean;
export function serialize(o: any): string;
export function deserialize(s: any): any;
