import { ApplicaAuthProvider } from '../../provider'; declare function createRandomString(length: number): string; declare function createUser(): { name: string; email: string; password: string; }; declare function createAuthProvider(): ApplicaAuthProvider; export { createAuthProvider, createRandomString, createUser }; //# sourceMappingURL=config.d.ts.map