export declare const AUTO_CSS_MODULE_EXTS: string[]; export declare const isStyleFile: ({ filename, }: { filename?: string; ext?: string; }) => "" | boolean | undefined;