import { type Address, type Hex } from 'viem'; export declare const delegationGas: (authorizationCount: number) => bigint; export declare const delegationCode: (address: Address) => Hex; //# sourceMappingURL=delegation.d.ts.map