export declare const PointsChainBalance = "\nquery pointsChainBalance(\n $chainId: String\n $companiesIds: [String!]\n $companyName: String\n $limit: Int\n $skip: Int) {\n pointsChainBalance(\n chainId: $chainId, \n companiesIds: $companiesIds, \n companyName: $companyName, \n limit: $limit, \n skip: $skip\n ) {\n {fragment}\n }\n}\n"; export declare const RequestMissionDebitPoints = "\nmutation requestMissionDebitPoints(\n $chainId: String\n $companies: [RequestMissionDebitPointsCompanyParams!]!\n $modifier: Int!\n $userId: String!\n) {\n requestMissionDebitPoints(\n chainId: $chainId\n companies: $companies\n modifier: $modifier\n userId: $userId\n ) {\n {fragment}\n }\n}\n"; export declare const RefundCanceledActivity = "\n mutation refundCanceledActivity(\n $activityId: String!\n ) {\n refundCanceledActivity(activityId: $activityId)\n}\n"; export declare const RefundJobDebit = "\nmutation refundJobDebit(\n $companyId: String!\n $jobId: String!\n $points: Int!\n $refundKey: String!\n $userId: String!\n) {\n refundJobDebit(\n companyId: $companyId\n jobId: $jobId\n points: $points\n refundKey: $refundKey\n userId: $userId\n ) {\n {fragment}\n }\n}\n";