export declare const AI_DISCLOSURE_TEXT = "AI-generated by Valora. Review before use. EU AI Act Art. 50."; export declare function getDisclosureFooter(version: string): string; export declare function getDisclosureFooterAuto(flags?: { noDisclosure?: boolean; }): null | string; export declare function isDisclosureSuppressed(flags: { noDisclosure?: boolean; }, env: NodeJS.ProcessEnv, argv?: string[]): boolean; //# sourceMappingURL=disclosure.d.ts.map