import type { IConnection } from "@wrtnlabs/connector-hive-api"; import type { IAgenticaVectorSelectorStrategy } from ".."; export declare function configurePostgresStrategy(connection: IConnection): IAgenticaVectorSelectorStrategy;