import type { Api } from '../types/Api'; export declare const isApi: (value: any) => value is Api; //# sourceMappingURL=is-api.d.ts.map