import _m0 from "protobufjs/minimal"; export declare const protobufPackage = "proto"; /** A length of time in seconds. */ export interface Duration { /** The number of seconds */ seconds: number; } export declare const Duration: { encode(message: Duration, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): Duration; fromJSON(object: any): Duration; toJSON(message: Duration): unknown; create(base?: DeepPartial): Duration; fromPartial(object: DeepPartial): Duration; }; type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined; export type DeepPartial = T extends Builtin ? T : T extends Array ? Array> : T extends ReadonlyArray ? ReadonlyArray> : T extends { $case: string; } ? { [K in keyof Omit]?: DeepPartial; } & { $case: T["$case"]; } : T extends {} ? { [K in keyof T]?: DeepPartial; } : Partial; export {}; //# sourceMappingURL=duration.d.ts.map