import type { ISchemaContainer } from '../shared/types/schema.js'; import type { INote } from './types/note.js'; import type { IWrapBombNote } from '../wrapper/types/bombNote.js'; /** * Schema serialization for v2 `Bomb Note`. */ export declare const bombNote: ISchemaContainer; //# sourceMappingURL=bombNote.d.ts.map