import type { ConfigurationValue } from "../wj-config.js";
import { DictionaryDataSource } from "./DictionaryDataSource.js";
export declare class SingleValueDataSource<T extends Record<string, any>> extends DictionaryDataSource<T> {
    constructor(path: string | (() => Promise<[string, ConfigurationValue]>), value?: ConfigurationValue, hierarchySeparator?: string);
}
//# sourceMappingURL=SingleValueDataSource.d.ts.map