import Security from './security';
export default class Security0 extends Security {
    constructor();
    setup0Request(): Uint8Array<ArrayBufferLike>;
    setup0Response(response: Uint8Array): void;
    encrypt(data: Uint8Array): Uint8Array<ArrayBufferLike>;
    decrypt(data: Uint8Array): Uint8Array;
}
