export declare const transformDynamic: (code: string) => string;
export declare const transformStatic: (code: string) => string;
