import { ENTITY_SELECTOR } from 'ngrx-entity-relationship'; export declare function toGraphQL(...queries: Array): string; export declare function toGraphQL(query: string, params: object, selector: ENTITY_SELECTOR): string; export declare function toGraphQL(query: string, selector: ENTITY_SELECTOR): string; export declare function toGraphQL(selector: ENTITY_SELECTOR): string;