export declare const runtimePath: string; export declare const corePkg: string; export declare const cwd: string; export declare const cachePath: string; export declare const swcCachePath: string; export declare function parseBraced(input: string): string[];