export declare const DISPUTE_PATTERN: {
    fetchDisputes: string;
    fetchDisputeById: string;
    createDispute: string;
};
