/**
 * Schema loading event constants.
 *
 * @packageDocumentation
 */
/**
 * Event names for schema loading lifecycle.
 */
export declare const SchemaEvents: {
    /** Emitted before loading GraphQL schema */
    readonly BEFORE_LOAD: "schema:beforeLoad";
    /** Emitted after loading GraphQL schema */
    readonly AFTER_LOAD: "schema:afterLoad";
    /** Emitted before mapping GraphQL schema */
    readonly BEFORE_MAP: "schema:beforeMap";
    /** Emitted after mapping GraphQL schema */
    readonly AFTER_MAP: "schema:afterMap";
};
//# sourceMappingURL=schema-events.d.ts.map