export declare class ThirdPartyModuleModel { id: number; thirdPartyId: number; thirdPartyCodeSap: string; moduleId: number; module: string; checked: boolean; action: string; constructor(id?: number, thirdPartyId?: number, thirdPartyCodeSap?: string, moduleId?: number, module?: string, checked?: boolean, action?: string); fromJSON(json: any): this; } //# sourceMappingURL=third-party-module.model.d.ts.map