export declare function parseCustomTag(customTag: string | null): { transactionId: string | null; command: string | null; };