import { Expiry } from '@icp-sdk/core/agent';
export declare const bigIntToExpiry: (val: bigint) => Expiry;
