export declare class CreateSdkOrderResponse { orderId: string; state: string; expireAt: number; token: string; }