import DecodedReading from './DecodedReading';
import EncodedReading from './EncodedReading';
export declare const Decode: typeof DecodedReading;
export declare const Encode: typeof EncodedReading;
