export declare const DEFAULT_PROFILE = "\nquery($request: DefaultProfileRequest!) {\n defaultProfile(request: $request){\n id\n name\n bio\n attributes {\n displayType\n traitType\n key\n value\n }\n followNftAddress\n metadata\n handle\n picture {\n ... on NftImage {\n contractAddress\n tokenId\n uri\n chainId\n verified\n }\n ... on MediaSet {\n original {\n url\n mimeType\n }\n }\n }\n coverPicture {\n ... on NftImage {\n contractAddress\n tokenId\n uri\n chainId\n verified\n }\n ... on MediaSet {\n original {\n url\n mimeType\n }\n }\n }\n ownedBy\n dispatcher {\n address\n canUseRelay\n }\n stats {\n totalFollowers\n totalFollowing\n totalPosts\n totalComments\n totalMirrors\n totalPublications\n totalCollects\n }\n followModule {\n ... on FeeFollowModuleSettings {\n type\n contractAddress\n amount {\n asset {\n name\n symbol\n decimals\n address\n }\n value\n }\n recipient\n }\n ... on ProfileFollowModuleSettings {\n type\n }\n ... on RevertFollowModuleSettings {\n type\n }\n }\n }\n}\n"; export declare const GET_PROFILES_BY = "\nquery($request: ProfileQueryRequest!) {\n profiles(request: $request){\n items {\n id\n name\n bio\n attributes {\n displayType\n traitType\n key\n value\n }\n followNftAddress\n metadata\n isDefault\n picture {\n ... on NftImage {\n contractAddress\n tokenId\n uri\n verified\n }\n ... on MediaSet {\n original {\n url\n mimeType\n }\n }\n __typename\n }\n handle\n coverPicture {\n ... on NftImage {\n contractAddress\n tokenId\n uri\n verified\n }\n ... on MediaSet {\n original {\n url\n mimeType\n }\n }\n __typename\n }\n ownedBy\n dispatcher {\n address\n canUseRelay\n }\n stats {\n totalFollowers\n totalFollowing\n totalPosts\n totalComments\n totalMirrors\n totalPublications\n totalCollects\n }\n followModule {\n ... on FeeFollowModuleSettings {\n type\n amount {\n asset {\n symbol\n name\n decimals\n address\n }\n value\n }\n recipient\n }\n ... on ProfileFollowModuleSettings {\n type\n }\n ... on RevertFollowModuleSettings {\n type\n }\n }\n }\n pageInfo {\n prev\n next\n totalCount\n }\n }\n}\n"; export declare const GET_PROFILES_WHO_MIRRORED = "\nquery($request: ProfileQueryRequest!) {\n profiles(request: $request) {\n items {\n id\n name\n bio\n attributes {\n displayType\n traitType\n key\n value\n }\n followNftAddress\n metadata\n isDefault\n picture {\n ... on NftImage {\n contractAddress\n tokenId\n uri\n verified\n }\n ... on MediaSet {\n original {\n url\n mimeType\n }\n }\n __typename\n }\n handle\n coverPicture {\n ... on NftImage {\n contractAddress\n tokenId\n uri\n verified\n }\n ... on MediaSet {\n original {\n url\n mimeType\n }\n }\n __typename\n }\n ownedBy\n dispatcher {\n address\n canUseRelay\n }\n stats {\n totalFollowers\n totalFollowing\n totalPosts\n totalComments\n totalMirrors\n totalPublications\n totalCollects\n }\n followModule {\n ... on FeeFollowModuleSettings {\n type\n amount {\n asset {\n symbol\n name\n decimals\n address\n }\n value\n }\n recipient\n }\n __typename\n }\n }\n pageInfo {\n prev\n next\n totalCount\n }\n }\n}\n"; export declare const GET_PROFILE_BY = "\nquery($request: SingleProfileQueryRequest!) {\n profile(request: $request) {\n id\n name\n bio\n attributes {\n displayType\n traitType\n key\n value\n }\n followNftAddress\n metadata\n isDefault\n picture {\n ... on NftImage {\n contractAddress\n tokenId\n uri\n verified\n }\n ... on MediaSet {\n original {\n url\n mimeType\n }\n }\n __typename\n }\n handle\n coverPicture {\n ... on NftImage {\n contractAddress\n tokenId\n uri\n verified\n }\n ... on MediaSet {\n original {\n url\n mimeType\n }\n }\n __typename\n }\n ownedBy\n dispatcher {\n address\n canUseRelay\n }\n stats {\n totalFollowers\n totalFollowing\n totalPosts\n totalComments\n totalMirrors\n totalPublications\n totalCollects\n }\n followModule {\n ... on FeeFollowModuleSettings {\n type\n amount {\n asset {\n symbol\n name\n decimals\n address\n }\n value\n }\n recipient\n }\n ... on ProfileFollowModuleSettings {\n type\n }\n ... on RevertFollowModuleSettings {\n type\n }\n }\n }\n}\n"; export declare const GET_PROFILE_STATS = "\nquery($request: SingleProfileQueryRequest!) {\n profile(request: $request) {\n stats {\n publicationsTotal(forSources: [\"your_app_id\"])\n postsTotal(forSources: [\"your_app_id\"])\n mirrorsTotal(forSources: [\"your_app_id\"])\n commentsTotal(forSources: [\"your_app_id\"])\n totalPublications\n totalPosts\n totalMirrors\n totalComments\n }\n }\n}\n"; export declare const GET_ON_CHAIN_IDENTITY = "\nquery($request: SingleProfileQueryRequest!) {\n profile(request: $request) {\n onChainIdentity {\n ens {\n name\n }\n proofOfHumanity\n sybilDotOrg {\n verified\n source {\n twitter {\n handle\n }\n }\n }\n worldcoin {\n isHuman\n }\n }\n }\n}\n";