declare const stylik: () => { name: string; transform: (code: string, id: string) => string; }; export { stylik };