import type { RestEndpoint } from '../types'; export declare const create: RestEndpoint<'OrganizationInvitation', 'create'>; export declare const get: RestEndpoint<'OrganizationInvitation', 'get'>;