import type { ExampleSecretWarning } from '../../config/types.js'; /** * Prints example file secret warnings to the console. * @param warnings - List of example file secret warnings * @param strict - Whether strict mode is enabled */ export declare function printExampleWarnings(warnings: ExampleSecretWarning[], strict?: boolean): void; //# sourceMappingURL=printExampleWarnings.d.ts.map