export declare function findFn(config: { [index: string]: string | T; }, key: string, trail?: string[]): T;