export declare function isGrpcScalar(type: string): boolean;
export declare function getGraphQLScalarForGrpc(scalarType: string): string;
