import { type TSESLint, type TSESTree } from "@typescript-eslint/utils"; /** * Extract `T` from `[keyof T, T[keyof T]]`. */ export declare const getEntryEquivalentArgumentText: ({ node, sourceCode, }: Readonly<{ node: Readonly; sourceCode: Readonly; }>) => null | string; /** * Extract `T` from `Array<[keyof T, T[keyof T]]>` or `[keyof T, T[keyof T]][]`. */ export declare const getEntriesEquivalentArgumentText: ({ node, sourceCode, }: Readonly<{ node: Readonly; sourceCode: Readonly; }>) => null | string; //# sourceMappingURL=entry-type-patterns.d.ts.map