import type { RestEndpoint } from '../types'; export declare const get: RestEndpoint<'AppEventSubscription', 'get'>; export declare const upsert: RestEndpoint<'AppEventSubscription', 'upsert'>; export declare const del: RestEndpoint<'AppEventSubscription', 'delete'>;