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