import * as $dara from '@darabonba/typescript';
export declare class QueryShortUrlRequest extends $dara.Model {
    ownerId?: number;
    resourceOwnerAccount?: string;
    resourceOwnerId?: number;
    /**
     * @remarks
     * The short link to query. Obtain this URL by calling the [AddShortUrl](https://help.aliyun.com/document_detail/186774.html) API.
     *
     * >Notice:
     *
     * This API is not currently supported by Short Message Service.
     *
     * This parameter is required.
     *
     * @example
     * http://****.cn/6y8uy7
     */
    shortUrl?: string;
    static names(): {
        [key: string]: string;
    };
    static types(): {
        [key: string]: any;
    };
    validate(): void;
    constructor(map?: {
        [key: string]: any;
    });
}
