import { ServiceConnection } from '@cloudgraph/sdk';
import { RawAwsConfigurationRecorder } from './data';
declare const _default: ({ service: configurationRecorder, data, account, region, }: {
    data: {
        name: string;
        data: {
            [property: string]: any[];
        };
    }[];
    service: RawAwsConfigurationRecorder;
    account: string;
    region: string;
}) => {
    [key: string]: ServiceConnection[];
};
/**
 * Configuration Recorder
 */
export default _default;
