import { TlEntry } from './types.js'; /** * Computes the constructor id for a given TL entry. * * @param entry TL entry */ export declare function computeConstructorIdFromEntry(entry: TlEntry): number;