export declare class InternalConstants { /** * Sling model selector. */ static readonly DEFAULT_SLING_MODEL_SELECTOR = "model"; /** * JSON model extension. */ static readonly DEFAULT_MODEL_JSON_EXTENSION: string; private constructor(); } export default InternalConstants; //# sourceMappingURL=InternalConstants.d.ts.map