import { bufferToString, deserialize, serialize, stringToBuffer } from './serialiser'; export { clone } from './clone'; export { getKeyPrefix } from './getKeyPrefix'; export { executeCallback } from './executeCallback'; export { LocalForageDbInstanceOptions, LocalForageOptions } from './types'; export { getCallback } from './getCallback'; export { dropInstanceCommon, DropInstanceCommonOutput } from './dropInstanceCommon'; export { normaliseKey } from './normaliseKey'; export declare const serialiser: { bufferToString: typeof bufferToString; deserialize: typeof deserialize; serialize: typeof serialize; stringToBuffer: typeof stringToBuffer; };