import type { MeshTransform } from '@graphql-mesh/types';
export declare function groupTransforms(transforms: MeshTransform[]): {
    wrapTransforms: MeshTransform<any>[];
    noWrapTransforms: MeshTransform<any>[];
};
