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