import { Result, Specificity } from "./types"; export declare const calculate: (selector: string) => Specificity; export declare const calculateWithDetails: (selector: string) => Result; //# sourceMappingURL=calculate.d.ts.map