export declare function bruteForceGetCssVariables(): Record<string, string>;
export declare function toJSXProps(obj: Record<string, any>): string;
export declare const toLiteral: (value: any) => string;
export declare const toObjectLiteral: (obj: any) => string;
export declare function formatCodeForShikiOld(code: string): string;
export declare function formatCodeForShikiOld2(code: string): string;
export declare function formatCodeForShiki(code: string): string;
