/** The {@link IBinaryPayload} type. */ export declare enum BinaryPayloadType { /** BinaryPayload has no type. */ None = "None", /** Represents a payload of type {@link IRequestLocation}. */ RequestLocation = "RequestLocation" } //# sourceMappingURL=binary_payload_type.d.ts.map