import { OpenHelpParams, OpenHelpReturn } from './types'; export declare const openStaticDicHelp: (params: OpenHelpParams) => OpenHelpReturn;