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