export declare class LinkManagementTargetShortLinkGetDtoModel {
    captchaKey: string;
    captchaText: string;
    key: string;
}
