export declare const getSignerNftsQuery: (accountId: string) => { query: string; variables: { accountId: string; }; };