export function notifyDisablePullToRefresh(): void; export function notifyPageLoaded(): void; export function notifyAppMaximized(): void; export function notifyAppRestored(): void; export function notifyGoToAsset(assetId: any, slug: any): void; export function notifyGoToAlert(alertId: any): void; export function notifyGoToAlertDefinitions(): void; export function notifyGoToCreateAlertDefinition(): void; export function notifyGoToAlertDefinition(alertDefinitionId: any): void; export function notifyLog(message: any): void; export function notifyCommentPost(message: any): void; export function notifyCommentEdit(message: any): void; export function notifyGoToFeedItem(feedItemId: any): void; export function notifyOpenFeedCommentInput(feedItemId: any): void; //# sourceMappingURL=nativeMessages.d.ts.map