export interface PacketStub { sentenceId: IdType; talkerId?: string; chxOk?: true; sentenceName?: string; } export declare function initStubFields(stub: PacketStub, id: IdType, sentenceName?: string): PacketStub; export declare function parseStub(field0: string, chxOk: boolean): PacketStub;