import { Config as TactConfig } from '@tact-lang/compiler'; export declare const defaultConfig: TactConfig; export declare function getRootTactConfig(): TactConfig; export declare function updateRootTactConfig(config: TactConfig): void; export { TactConfig };