/**
 * Returns the SHA224 hash of the buffer.
 * @param data Arraybuffer to encode
 */
export declare function sha224(data: ArrayBuffer): Uint8Array;
