export declare const MAX_TRANSPORT_PAYLOAD_BYTES = 900000; export declare const MAX_WS_MESSAGE_BYTES = 900000; export declare const MAX_DO_RPC_REQUEST_BYTES = 900000; export declare const MAX_HTTP_REQUEST_BYTES = 900000; export declare const MAX_PULL_EVENTS_PER_MESSAGE = 100; export declare const MAX_PUSH_EVENTS_PER_REQUEST = 100; //# sourceMappingURL=constants.d.ts.map