export interface EncodeIntoResult {
    read: number;
    written: number;
}
//# sourceMappingURL=TextEncodingsCommon.d.ts.map