/**
*
* This file is generated automatically, run npm run build to re-generate.
**/
export declare type HttpMethod = 'GET' | 'POST' | 'PUT' | 'DELETE';
