"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = grabDSQLSchemaIndexComment; function grabDSQLSchemaIndexComment() { return `dsql_schema_index`; }