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