import type { IDataSourceInfo } from "../wj-config.js";
export declare class DataSource {
    name: string;
    index?: number;
    private _traceObject?;
    constructor(name: string);
    trace(): IDataSourceInfo;
}
//# sourceMappingURL=DataSource.d.ts.map