import { GetProtectedDataParams, ProtectedData } from '../types/index.js'; import { SubgraphConsumer } from '../types/internalTypes.js'; export declare const getProtectedData: ({ graphQLClient, protectedDataAddress, requiredSchema, owner, createdAfterTimestamp, page, pageSize, }: GetProtectedDataParams & SubgraphConsumer) => Promise;