import { ConfigModule } from "../types/global"; export declare const isPromise: (obj: unknown) => boolean; export declare function resolveConfigProperties(obj: any): Promise; export declare function asyncLoadConfig(rootDir?: string, filename?: string): Promise;