import { Int32 } from "../serializable/index.js"; export declare class TimePointSec { readonly utcSeconds: Int32; constructor(utcSeconds: Int32); static fromBytes(bytes: Uint8Array): [TimePointSec, Uint8Array]; toBytes(): Uint8Array; } //# sourceMappingURL=timePointSec.d.ts.map