import type { UserDecryptResults } from "../types.js"; export declare function checkDeadlineValidity(startTimestamp: bigint, durationDays: bigint): void; export declare function buildUserDecryptResults(handles: `0x${string}`[], listBigIntDecryptions: bigint[]): UserDecryptResults; export declare function checkMaxContractAddresses(contractAddresses: string[]): void; //# sourceMappingURL=userDecrypt.d.ts.map