import { ResultData, DataSource, PropFunction } from "../type"; export declare const getDataFromSource: (result: ResultData | undefined, source: DataSource, propFunctions?: PropFunction[]) => ResultData | undefined;