import { WebApiOption } from '../definitions/web-api-option';
export declare function getWebApiOption(option?: string): WebApiOption;
