import type { TConfigParams, IProtoDataProps } from '../interface';
export declare function loadData(config: TConfigParams): Promise<Array<IProtoDataProps | null>>;
