import { AtRuleTuple, Style } from "../types/common"; export declare function getRuntime(selector: string, nativeDeclarations: Style, atRules: AtRuleTuple[] | undefined): { declarations: Record; units: { [k: string]: string; } | undefined; topics: string[] | undefined; };