import { Config } from '@backstage/config'; export declare function toLowerMaybe(str: string, config: Config): string;