/**
 * The debug namespace for this package.
 */
export declare const DEBUG_NAMESPACE = "mssql-multi-pool";
/**
 * The debug namespaces string to enable debug output for this package.
 */
export declare const DEBUG_ENABLE_NAMESPACES = "mssql-multi-pool:*";
