/**
 * AdvancedBilling
 *
 * This file was automatically generated for Maxio by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../../schema';
/** This is a container type for one-of types. */
export type SubscriptionGroupSignupComponentComponentId = string | number;
export declare const subscriptionGroupSignupComponentComponentIdSchema: Schema<SubscriptionGroupSignupComponentComponentId>;
export declare namespace SubscriptionGroupSignupComponentComponentId {
    /**
     * Validation method to narrow down union type to string type case.
     *
     * This is String case.
     */
    function isString(value: unknown): value is string;
    /**
     * Validation method to narrow down union type to number type case.
     *
     * This is Number case.
     */
    function isNumber(value: unknown): value is number;
}
