import { AwsEip } from '../../types/generated';
import { RawAwsEip } from './data';
declare const _default: ({ service: rawData, account, region, }: {
    service: RawAwsEip;
    account: string;
    region: string;
}) => AwsEip;
/**
 * EIP
 */
export default _default;
