declare const write: (contents: Object, nodeUrls?: string[]) => Promise; declare const read: (key: string, nodeUrls?: string[]) => Promise; export { read, write };