/**
 * @description
 * Gets index of {@link RequestOptions} in http data array for specified `method`.
 * @param method - Http method
 */
export declare function getHttpOptionsIdx(method: string): number;
