export declare class SpEndpoints {
    Value: string;
    value: string;
    static readonly CreateDomesticPayment: SpEndpoints;
    static readonly GetDomesticPayment: SpEndpoints;
    static readonly ListDomesticPayments: SpEndpoints;
    constructor(Value: string);
}
