export declare class ReservedKeys {
    static readonly serviceLocator = "ServiceLocator";
    static readonly all: ReadonlyArray<string>;
    /**
     * static
     */
    private constructor();
}
//# sourceMappingURL=reserved-keys.d.ts.map