declare class authenticationTest { run(id: number, key: string): void; } export { authenticationTest };