import { CreatePhpIncomeReportDto } from './create-php-income-report.dto';
declare const UpdatePhpIncomeReportDto_base: import("@nestjs/common").Type<Partial<CreatePhpIncomeReportDto>>;
export declare class UpdatePhpIncomeReportDto extends UpdatePhpIncomeReportDto_base {
}
export {};
