interface AllowanceInput { network: string; scriptHash: string; owner: string; spender: string; } export declare function allowance(data: AllowanceInput): Promise; export {}; //# sourceMappingURL=allowance.d.ts.map