import type { Meta } from '@remax/types'; export declare const walk: (filePath: string, cssPaths: Set) => void; export default function style(platformConfig: Meta, id: string): string[];