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