import { Brand } from '@solana/nominal-types';
export type Slot = bigint;
export type Epoch = bigint;
export type MicroLamports = Brand<bigint, 'MicroLamports'>;
export type SignedLamports = bigint;
export type F64UnsafeSeeDocumentation = number;
//# sourceMappingURL=typed-numbers.d.ts.map