import type { RestEndpoint } from '../types';
export declare const create: RestEndpoint<'AppActionCall', 'create'>;
export declare const getCallDetails: RestEndpoint<'AppActionCall', 'getCallDetails'>;
export declare const createWithResponse: RestEndpoint<'AppActionCall', 'createWithResponse'>;
export declare const get: RestEndpoint<'AppActionCall', 'get'>;
export declare const getResponse: RestEndpoint<'AppActionCall', 'getResponse'>;
export declare const createWithResult: RestEndpoint<'AppActionCall', 'createWithResult'>;
