import { ConfigObject } from '.'; declare const hasTrailingOrLeadingWhitespace: (value: string) => boolean; declare const validateConfig: (config: ConfigObject) => ConfigObject; export { validateConfig, hasTrailingOrLeadingWhitespace };