import { IResponse } from "../../type"; interface IApprove { POSITION: number; } export declare function declineBuyer({ POSITION, }: IApprove): Promise; export {};