import type { Plugin } from "postgraphile";
declare const PgCostsPlugin: Plugin;
export default PgCostsPlugin;
