/**
 * Removes all traces of logical replication from the schema.
 */
export declare function cleanUpPubSub({ fromDsn, toDsn, schema, }: {
    fromDsn: string;
    toDsn: string;
    schema: string;
}): Promise<void>;
//# sourceMappingURL=cleanUpPubSub.d.ts.map