import type { UnknownRecord } from '../..'; import type { RuleBuilder } from '../style/types'; export declare function hasNameAlias(configValue: unknown): configValue is { name: string; [key: string]: unknown; }; export declare function isRuleBuilder
(value: unknown): value is RuleBuilder
; //# sourceMappingURL=guards.d.ts.map