export type KeySerializationMethod
= (input: LI[0], context: LI[1]) => string;
export declare const noOp: (value: LO) => CV;
export declare const defaultKeySerializationMethod: KeySerializationMethod;
export declare const defaultValueSerializationMethod: (value: LO) => CV;
export declare const defaultValueDeserializationMethod: (value: LO) => CV;
export declare const defaultShouldBypassGetMethod: () => boolean;
export declare const defaultShouldBypassSetMethod: () => boolean;