export declare const profiles = "\nquery Profiles(\n $address: EthereumAddress!\n) {\n profiles(request: {\n ownedBy: [$address]\n }) {\n items {\n id\n stats {\n following\n followers\n }\n handle {\n id\n fullHandle\n namespace\n localName\n }\n metadata {\n displayName\n bio\n rawURI\n appId\n picture {\n ... on ImageSet {\n optimized {\n uri\n }\n }\n ... on NftImage {\n image {\n optimized {\n uri\n }\n }\n }\n }\n coverPicture {\n raw {\n uri\n }\n optimized {\n uri\n }\n }\n }\n }\n pageInfo {\n prev\n next\n totalCount\n }\n }\n}\n";