export declare const profileById = "\n query Profile(\n $profileId: ProfileId\n ) {\n profile(request: {\n forProfileId: $profileId\n }) {\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 }\n";