import type { Address } from '@ariestools/sdk'; import type { SchemaListPayload } from '@xyo-network/diviner-schema-list'; /** Queries a schema-list diviner for schemas associated with an address. */ export declare const useSchemaList: (address?: Address, nameOrAddress?: string) => [SchemaListPayload | null | undefined, Error | undefined]; //# sourceMappingURL=useSchemaList.d.ts.map