import { APIStructure } from '../../model/api';
export declare const api: APIStructure;
/**
 * Build API proxy and needed files
 * @param apiSourcePath API source path
 * @param proxyTargetPath Proxy target path, where generated files will be written
 */
export declare const build: (apiSourcePath: string, proxyTargetPath: string) => Promise<void>;
