export { logger } from "@cdktn/commons"; export declare const fileBugCommentText = "This is likely a bug in cdktn. Please report it at https://github.com/open-constructs/cdk-terrain/issues/new?assignees=&labels=bug&template=bug-report.md&title=."; export declare const camelCase: (str: string) => string; export declare const pascalCase: (str: string) => string; export declare function uniqueId(set: Set, key: string): string; //# sourceMappingURL=utils.d.ts.map