import { IERC721A as DevContract, IERC721AInterface as DevInterface } from '@river-build/generated/dev/typings/IERC721A';
import { ethers } from 'ethers';
import { BaseContractShim } from './BaseContractShim';
export declare class IERC721AShim extends BaseContractShim<DevContract, DevInterface> {
    constructor(address: string, provider: ethers.providers.Provider | undefined);
}
//# sourceMappingURL=IERC721AShim.d.ts.map