import type { ItemSet } from './set.types'; export declare const itemSetLibrary: ReadonlyArray; export declare function getItemSetById(id: string): ItemSet | undefined; //# sourceMappingURL=set.library.d.ts.map