/** * RETS request method */ export declare enum RetsRequestMethod { /** * HTTP GET */ GET = "GET", /** * HTTP POST */ POST = "POST" }