import { PaymentStatusService } from './payment-status.service';
export declare class PaymentStatusController {
    private readonly paymentStatusService;
    constructor(paymentStatusService: PaymentStatusService);
    findAll(): Promise<any>;
}
