export declare class URLRequestMethod {
    /**
     *
     * @type {string}
     */
    static POST: string;
    /**
     *
     * @type {string}
     */
    static GET: string;
}
//# sourceMappingURL=URLRequestMethod.d.ts.map