/** * #runtime_common.ts * * Code generated by ts-proto. DO NOT EDIT. * @packageDocumentation */ import _m0 from "protobufjs/minimal.js"; export interface Strings { values: string[]; } export declare const Strings: { $type: "devvit.runtime.Strings"; encode(message: Strings, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): Strings; fromJSON(object: any): Strings; toJSON(message: Strings): unknown; create(base?: DeepPartial): Strings; fromPartial(object: DeepPartial): Strings; }; 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=runtime_common.d.ts.map