export function parse(s: string): T export function stringify(obj: any): string export namespace JSONB { export { parse } export { stringify } }