/** * Database access and management via `knex`. * * See {@link @backstage/code-plugin-api#DatabaseService} * and {@link https://backstage.io/docs/backend-system/core-services/database | the service docs} * for more information. * * @public */ export declare const databaseServiceFactory: import("@backstage/backend-plugin-api").ServiceFactory;