export interface IYooCheckoutOptions { shopId: string; secretKey: string; token?: string; debug?: boolean; }