declare const isRequired: (param: string) => never; declare const validateConfig: (config: any) => void; export { validateConfig, isRequired };