export declare class StandardCheckoutPayResponse { orderId: string; state: string; expireAt: number; redirectUrl: string; }