import { CreatePhpTransactionReportDto } from './create-php-transaction-report.dto';
declare const UpdatePhpTransactionReportDto_base: import("@nestjs/common").Type<Partial<CreatePhpTransactionReportDto>>;
export declare class UpdatePhpTransactionReportDto extends UpdatePhpTransactionReportDto_base {
}
export {};
