/**
 * Helper functions for interacting with the AEM environment
 */
export declare const Utils: {
    /**
     * Is the app used in the context of the AEM Page editor
     */
    isInEditor(): boolean;
};
