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