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'>;