import { Stack } from '../lib'; export declare function toCloudFormation(stack: Stack): any; export declare function reEnableStackTraceCollection(): any; export declare function restoreStackTraceColection(previousValue: any): void;