/** * The prefix to use in the protocol */ export declare const PROTOCOL_PREFIX = "libp2p"; /** * The name to use in the protocol */ export declare const PROTOCOL_NAME = "autonat"; /** * The version to use in the protocol */ export declare const PROTOCOL_VERSION = "1.0.0"; export declare const TIMEOUT = 30000; export declare const MAX_INBOUND_STREAMS = 2; export declare const MAX_OUTBOUND_STREAMS = 20; export declare const DEFAULT_CONNECTION_THRESHOLD = 80; export declare const MAX_MESSAGE_SIZE = 8192; //# sourceMappingURL=constants.d.ts.map