export declare const CreditsManager: ({ constant: boolean; inputs: ({ components: { name: string; type: string; }[]; indexed: boolean; internalType: string; name: string; type: string; } | { indexed: boolean; internalType: string; name: string; type: string; components?: undefined; })[]; payable: boolean; stateMutability: string; type: string; name?: undefined; outputs?: undefined; } | { constant: boolean; inputs: { components: ({ name: string; type: string; components?: undefined; } | { components: ({ name: string; type: string; components?: undefined; } | { components: { name: string; type: string; }[]; name: string; type: string; })[]; name: string; type: string; })[]; indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; payable: boolean; type: string; stateMutability?: undefined; outputs?: undefined; } | { constant: boolean; inputs: ({ indexed: boolean; internalType: string; name: string; type: string; components?: undefined; } | { components: { name: string; type: string; }[]; indexed: boolean; internalType: string; name: string; type: string; })[]; name: string; payable: boolean; type: string; stateMutability?: undefined; outputs?: undefined; } | { constant: boolean; inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; outputs: never[]; payable: boolean; stateMutability: string; type: string; } | { inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; payable: boolean; stateMutability: string; type: string; constant?: undefined; } | { inputs: { indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; outputs: { internalType: string; name: string; type: string; }[]; stateMutability: string; type: string; constant?: undefined; payable?: undefined; } | { constant: boolean; inputs: { components: ({ components: { name: string; type: string; }[]; name: string; type: string; } | { name: string; type: string; components?: undefined; })[]; indexed: boolean; internalType: string; name: string; type: string; }[]; name: string; outputs: never[]; payable: boolean; stateMutability: string; type: string; })[];