import * as pull from 'pull-stream'; declare type Stringify = (value: any, replacer?: (this: any, key: string, value: any) => any | (number | string)[] | null, space?: string | number) => string; declare const ldjson: (stringify?: Stringify | undefined) => (read: pull.Source) => (endFromSink: boolean | Error | null, cbFromSink: Function) => any; export { ldjson };