import type { Platform } from '@rsmax/types'; export declare const cssExtensions: string[]; export declare const moduleMatcher: RegExp; export declare const rename: (file: string, ext?: string) => string; export declare const targetExtensions: (target: Platform) => string[];