import { LoadConfig, ReturnValues } from "../types"; export declare const loadAndReport: (config: LoadConfig) => Promise;