export * from './lib/definitions'; export { type TapClientInterface, type ProtocolChangeEvent, } from './lib/tap-client.interface'; export * from './lib/converter/definitions'; export { ResultCode } from './lib/result-code'; export * from './lib/generated/models'; export declare const TAP_REQUEST_FRAME_HEADER_LENGTH = 7;