declare const _default: {
    entrys: ({
        inputs: {
            name: string;
            type: string;
        }[];
        stateMutability: string;
        type: string;
        name?: undefined;
        outputs?: undefined;
        constant?: undefined;
        payable?: undefined;
    } | {
        inputs: ({
            indexed: boolean;
            name: string;
            type: string;
        } | {
            name: string;
            type: string;
            indexed?: undefined;
        })[];
        name: string;
        type: string;
        stateMutability?: undefined;
        outputs?: undefined;
        constant?: undefined;
        payable?: undefined;
    } | {
        inputs: {
            name: string;
            type: string;
        }[];
        name: string;
        stateMutability: string;
        type: string;
        outputs?: undefined;
        constant?: undefined;
        payable?: undefined;
    } | {
        outputs: {
            type: string;
        }[];
        constant: boolean;
        inputs: {
            name: string;
            type: string;
        }[];
        name: string;
        stateMutability: string;
        type: string;
        payable?: undefined;
    } | {
        outputs: {
            type: string;
        }[];
        constant: boolean;
        name: string;
        stateMutability: string;
        type: string;
        inputs?: undefined;
        payable?: undefined;
    } | {
        outputs: {
            type: string;
        }[];
        inputs: {
            name: string;
            type: string;
        }[];
        name: string;
        stateMutability: string;
        type: string;
        constant?: undefined;
        payable?: undefined;
    } | {
        name: string;
        stateMutability: string;
        type: string;
        inputs?: undefined;
        outputs?: undefined;
        constant?: undefined;
        payable?: undefined;
    } | {
        payable: boolean;
        inputs: {
            name: string;
            type: string;
        }[];
        name: string;
        stateMutability: string;
        type: string;
        outputs?: undefined;
        constant?: undefined;
    })[];
};
export default _default;
