export declare const TIME_CONSTANTS: { readonly EPOCH_DURATION: 30; readonly EPOCHS_PER_DAY: 2880n; readonly EPOCHS_PER_MONTH: 86400n; readonly DAYS_PER_MONTH: 30n; readonly DEFAULT_LOCKUP_DAYS: 10n; }; export declare const SIZE_CONSTANTS: { readonly KiB: 1024n; readonly MiB: bigint; readonly GiB: bigint; readonly TiB: bigint; readonly PiB: bigint; readonly MAX_UPLOAD_SIZE: number; readonly MIN_UPLOAD_SIZE: 127; readonly DEFAULT_UPLOAD_BATCH_SIZE: 32; }; export declare const LOCKUP_PERIOD: bigint; //# sourceMappingURL=constants.d.ts.map