export declare class EgeoUtils {
    static isDefined(value: any): boolean;
    static validateInputs(scope: any, inputs: string[], component: string): void;
    static toDash(value: string): string;
}
