export declare function poseidonHash(...input: Array<Uint8Array>): Uint8Array;
export declare function sha256(input: Uint8Array): Uint8Array;
