import type { Core } from '@strapi/types';
/**
 * Test if the strapi application is considered as initialized (1st user has been created)
 */
export declare const isInitialized: (strapi: Core.Strapi) => Promise<boolean>;
//# sourceMappingURL=is-initialized.d.ts.map