/** * This function applies unique ids for objects whose key's function as ids, ensuring that the key is part of the value. * * For v3; Apply unique ids to all channel's, operations, and message's. */ export declare function applyUniqueIds(structure: any): void;