import { ConfigOptions, Resource } from "../types"; export declare const fromDirJsons: (config: ConfigOptions) => Resource[];