/**
 * @license
 * Copyright 2025 Kai-Orion & Sandlada
 * SPDX-License-Identifier: MIT
 */
export declare function excludeTokens<T extends Record<PropertyKey, string | null>>(tokens: T, excludeTokens: Array<keyof T>): {};
//# sourceMappingURL=exclude-tokens.d.ts.map