import { CustomRequestOptions } from '../../common/request';
import { AccountLinkReqApiDto } from '../../model/accountLinkReqApiDto';
import { AccountLinkResApiDto } from '../../model/accountLinkResApiDto';
export declare class ScaleInvitationLinksApi {
    createNewAccountLink(link: AccountLinkReqApiDto, options?: CustomRequestOptions): Promise<AccountLinkResApiDto>;
    getAccountInvitationLink(id: string, options?: CustomRequestOptions): Promise<AccountLinkResApiDto>;
}
//# sourceMappingURL=scaleInvitationLinksApi.d.ts.map