export declare function sendGraphqlQuery(token: string, organizationContext: string, query: string, variables?: Record<string, any>): Promise<any>;
