import { SecurityDatabaseAdapterType } from "../../types/types.express.middleware"; /** * Example PostgreSQL database adapter implementation */ declare function createPostgresSecurityAdapter(connectionString: string): Promise; /** * Example usage: */ declare function setupSecurityDatabase(): Promise; export { createPostgresSecurityAdapter, setupSecurityDatabase }; //# sourceMappingURL=b.private.d.ts.map