export declare const supportedDataSources: {
    'Aurora Serverless': {
        inputs: {
            key: string;
            type: string;
            question: string;
            required: boolean;
        }[];
        alias: string;
        serviceWalkthroughFilename: string;
        cfnFilename: string;
        provider: string;
        availableRegions: string[];
    };
};
//# sourceMappingURL=supported-datasources.d.ts.map