export declare class CiphertextMessage {
    readonly UNSUPPORTED_VERSION: number;
    readonly CURRENT_VERSION: number;
    readonly WHISPER_TYPE: number;
    readonly PREKEY_TYPE: number;
    readonly SENDERKEY_TYPE: number;
    readonly SENDERKEY_DISTRIBUTION_TYPE: number;
    readonly ENCRYPTED_MESSAGE_OVERHEAD: number;
}
//# sourceMappingURL=ciphertext-message.d.ts.map