export declare class VaChannel { /** * @param channel {any} * @returns {string | null} */ static validateChannel(channel: any): string | null; } //# sourceMappingURL=VaChannel.d.ts.map