import { JwtPayload } from '../auth/auth.service'; export declare function mockFunction(authSession: JwtPayload, realCall: () => T, fakeCall: () => T, delay?: number): T;