declare const PREFIX = "[TETHYS-CDK]:"; declare const warn: (...args: any[]) => void; declare function createWarnDeprecation(prefix: string): (...args: any[]) => void; declare const warnDeprecation: (...args: any[]) => void; declare const log: (...args: any[]) => void; export { PREFIX, createWarnDeprecation, log, warn, warnDeprecation };