import { InternalApiInput, InternalApiResult } from "@kottster/common"; import { Action } from "../models/action.model"; /** * Get the data sources */ export declare class GetDataSources extends Action { execute(data: InternalApiInput<'getDataSources'>): Promise>; }