import { IApi } from '../../types'; export declare function set(api: IApi, name: string, value: string): void;