import type { ArtifactStore } from '../../artifacts/index.js'; import type { KnowledgeStore } from '../store.js'; import type { HomeGraphAskResult } from './types.js'; export declare function refreshDevicePagesForHomeGraphAsk(input: { readonly store: KnowledgeStore; readonly artifactStore: ArtifactStore; readonly spaceId: string; readonly installationId: string; readonly answer: HomeGraphAskResult; }): Promise<{ readonly requested: boolean; readonly refreshed: number; }>; //# sourceMappingURL=ask-page-refresh.d.ts.map