import { PostgreSQL } from "../postgres/types";
export declare function create_missing_plans(logger: {
    debug: Function;
}, database: PostgreSQL): Promise<void>;
