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