export declare const MESSAGE_LEN: number; export declare const MAX_BUFFERED_AMOUNT: number; export declare const NAME_LEN = 256; export declare const METADATA_LEN: number; export declare const PROOF_LEN: number; export declare const MESSAGE_START: number; export declare const CHUNK_START: number; export declare const MESSAGE_DATA_BEFORE_START_INDEX: number; export declare const IMPORTANT_DATA_LEN: number; export declare const CHUNK_LEN: number; export declare const DECRYPTED_LEN: number; export declare const ENCRYPTED_LEN: number; //# sourceMappingURL=constants.d.ts.map