import { Logger } from '../contracts'; export declare function isSensitive(envVar: string, value: string, logger: Logger): boolean;