import { UserConfig, HintsConfigObject } from './types'; export declare const getHintsFromConfiguration: (userConfig: UserConfig) => HintsConfigObject; //# sourceMappingURL=get-hints-from-configuration.d.ts.map