/** * #wqcleanup.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ import _m0 from "protobufjs/minimal.js"; export interface WqCleanup { cursor: number; } export declare const WqCleanup: { $type: "devvit.events.v1alpha.WqCleanup"; encode(message: WqCleanup, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): WqCleanup; fromJSON(object: any): WqCleanup; toJSON(message: WqCleanup): unknown; create(base?: DeepPartial): WqCleanup; fromPartial(object: DeepPartial): WqCleanup; }; type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined; type DeepPartial = T extends Builtin ? T : T extends globalThis.Array ? globalThis.Array> : T extends ReadonlyArray ? ReadonlyArray> : T extends {} ? { [K in keyof T]?: DeepPartial; } : Partial; export {}; //# sourceMappingURL=wqcleanup.d.ts.map