import { Ainsley, AinsleyChild } from '../types'; export declare const flatten: (configWithPlugins: Ainsley, getConfig?: (ref: string) => Promise) => Promise; export declare const defaultGetConfig: (ref: string) => Promise; export declare const getFlatConfig: (ref: string, getConfig: (config: string) => Promise) => Promise;