import { ApolloColumnType } from '../interfaces'; export declare const findColumn: (columns: ApolloColumnType[], key: string) => ApolloColumnType;