import { RestApi } from './RestApi.ts'; export * from './RestApi.ts'; export declare const rest: { RestApi: typeof RestApi; };