export default class SLDParser { readStyle(_content: string): Promise<{ output: { name: string; rules: any[]; _meta: { format: string; }; }; }>; }