import { FieldDef } from './remoteGraphQLSchema';
export default function getAliasFields(fields: {
    [key: string]: FieldDef;
}): string[];
