export declare const tsHashFunc: typeof poseidonHash; declare function poseidonHash(val: string[]): string; export {};