export function promptCategory(): Promise<{
    provider: string;
    fileName: string;
}>;
export function promptConsoleSupportedCategory(): Promise<{
    category: string;
    provider: string;
    services: string[];
    type: string;
    types: string[];
}>;
declare const _default: {};
export default _default;
//# sourceMappingURL=supportedPredictions.d.ts.map