export declare type OperationMethod = "get" | "post" | "put" | "delete";
export declare type OperationParameterIn = "path" | "query" | "header" | "cookie";
