import { StaticRule } from 'unocss'; export declare const filterObject: ({ data, startsWith, transformKey, }: { data: Record; startsWith: string; transformKey?: ((str: string) => string) | undefined; }) => Record; export declare const filterRuleNames: (rules: StaticRule[]) => string[]; export declare const filterKeys: (obj: Record) => TResponse[];