import { ParsedDeclarations } from "./types/index.js";
export declare function parseDeclaration(declaration: string): ParsedDeclarations;
