/** The sms coding */
export declare enum CodingEnum {
    'Key_7bit' = "7bit",
    'Key_8bit' = "8bit"
}
//# sourceMappingURL=CodingEnum.d.ts.map