import { INTEGER } from "asn1-ts";
/**
 * @summary strmax
 * @description
 *
 * ### ASN.1 Definition:
 *
 * ```asn1
 * strmax INTEGER ::= 256
 * ```
 *
 * @constant
 */
export declare const strmax: INTEGER;
