/**
 * Checks whether the given DSN is a master database.
 */
export declare function isMasterDsn(dsn: string): Promise<boolean>;
//# sourceMappingURL=isMasterDsn.d.ts.map