import type { ExampleSecretWarning } from '../../config/types.js'; /** * Detects potential secrets in a .env.example file. * @param env - An object representing the `.env.example` file (key-value pairs). * @returns An array of warnings about potential secrets. */ export declare function detectSecretsInExample(env: Record): ExampleSecretWarning[]; //# sourceMappingURL=exampleSecretDetector.d.ts.map