export default getConfigImport; /** * @description Load ladle opts from file, then from the progrmatic API, select * a subset for the client and serialize it. * @param {string} configFolder * @param config {import("../../../shared/types").Config} */ declare function getConfigImport(configFolder: string, config: import("../../../shared/types").Config): Promise;