import * as z from "zod/v4-mini"; export type CustomerBenefitGrantGitHubRepositoryPropertiesUpdate = { accountId: string | null; }; /** @internal */ export type CustomerBenefitGrantGitHubRepositoryPropertiesUpdate$Outbound = { account_id: string | null; }; /** @internal */ export declare const CustomerBenefitGrantGitHubRepositoryPropertiesUpdate$outboundSchema: z.ZodMiniType; export declare function customerBenefitGrantGitHubRepositoryPropertiesUpdateToJSON(customerBenefitGrantGitHubRepositoryPropertiesUpdate: CustomerBenefitGrantGitHubRepositoryPropertiesUpdate): string; //# sourceMappingURL=customerbenefitgrantgithubrepositorypropertiesupdate.d.ts.map