export declare const SCHEMAS: {
    readonly CONTENT: "https://json.swell.store/content.json";
    readonly MODEL: "https://json.swell.store/model.json";
    readonly NOTIFICATION: "https://json.swell.store/notification.json";
    readonly SETTING: "https://json.swell.store/setting.json";
    readonly WEBHOOK: "https://json.swell.store/webhook.json";
};
