import type { AsnDatabase, AsnDatabaseOptions } from "./types.js"; /** * Load the compressed msgpack ASN database and build in-memory indices. * * Layout: [asns: number[], names: string[], classes: string[], ccs: string[]] */ export declare const loadAsnDatabase: (options: AsnDatabaseOptions) => AsnDatabase; //# sourceMappingURL=database.d.ts.map