/**
 * Checks if the given key is a token field.
 *
 * @param key - The key to check.
 *
 * @returns `true` if the key is a token field.
 *
 * @internal
 */
export declare function isTokenField(key: string): boolean;
//# sourceMappingURL=isTokenField.d.ts.map