import { AutoEncoder } from '@simonbackx/simple-encoding'; export declare class OrganizationMandatesRequest extends AutoEncoder { /** * If not specified, this will use the default organization id */ sellingOrganizationId: string | null; } //# sourceMappingURL=OrganizationMandatesRequest.d.ts.map