export declare function encodeObjectId(objectId: string): string; export declare function decodeObjectId(encodedId: string): string;