import { GetLoginKeyMetaTxMessageHashInput, GetAuthKeyMetaTxMessageHashInput, GetLoginKeyHashInput, GetSigningKeyHashInput, GetLoginKeyRestrictionsDataInput, ParseLoginKeyRestrictionsDataInput } from '../types'; export declare const getLoginKeyMetaTxMessageHash: (input: GetLoginKeyMetaTxMessageHashInput) => Promise; export declare const getAuthKeyMetaTxMessageHash: (input: GetAuthKeyMetaTxMessageHashInput) => Promise; export declare const getLoginKeyHash: (input: GetLoginKeyHashInput) => Promise; export declare const getSigningKeyHash: (input: GetSigningKeyHashInput) => Promise; export declare const getLoginKeyRestrictionsData: (input: GetLoginKeyRestrictionsDataInput) => Promise; export declare const parseLoginKeyRestrictionsData: (input: ParseLoginKeyRestrictionsDataInput) => Promise; export declare const getContractNonce: (accountAddress: string) => Promise;