import type { ICrossGameStyleOptions } from './types'; export declare function crossGameStyle({ source, options, dir, removeImport, }: { source: string; options?: ICrossGameStyleOptions; dir: string; removeImport?: boolean; }): string;