import type { IModuleInfo } from '@cabloy/module-info'; import type { VonaApplication } from 'vona-core'; export { acquireTestLock } from './lib/testLock.ts'; export declare const app: VonaApplication; export declare function mockPath(path?: string): string; export declare function mockUrl(path?: string): string; export declare function mockModuleInfo(): IModuleInfo;