import { PayoutsService } from './payouts.service';
export declare class PayoutsController {
    private readonly payoutsService;
    constructor(payoutsService: PayoutsService);
    getMyPayouts(req: any): Promise<import("./payout.entity").Payout[]>;
}
