declare const BaseApiTS: (apiPrefix?: string) => string; declare const BaseApiJS: (apiPrefix?: string) => string; export { BaseApiTS, BaseApiJS };