import type { TestAPI } from './types';
declare const tapi: {
    current: Partial<TestAPI>;
};
declare const t: TestAPI;
export default t;
export { tapi };
