///
import * as pull from 'pull-stream';
declare const serialize: (stringify?: ((value: any, replacer?: ((this: any, key: string, value: any) => any) | undefined, space?: string | number | undefined) => string) | undefined) => (read: pull.Source) => (endFromSink: pull.Abort, cbFromSink: Function) => any;
declare const parse: () => pull.Through;
export { serialize };
export { parse };