export declare const Registry: unique symbol;
export interface Registry {
    register(): Promise<void>;
}
