/**
 * Helper functions for interacting with the AEM environment
 *
 */
export declare const Utils: {
    isInEditor(): boolean;
};
