import type { GetAppInstallationParams } from '../../../common-types';
import type { RestEndpoint } from '../types';
export declare const getAppInstallationUrl: (params: GetAppInstallationParams) => string;
export declare const get: RestEndpoint<'AppInstallation', 'get'>;
export declare const getMany: RestEndpoint<'AppInstallation', 'getMany'>;
export declare const upsert: RestEndpoint<'AppInstallation', 'upsert'>;
export declare const del: RestEndpoint<'AppInstallation', 'delete'>;
export declare const getForOrganization: RestEndpoint<'AppInstallation', 'getForOrganization'>;
