export declare const signUserOp: (projectId: string, userOp: any) => Promise; export declare const getChainId: (projectId: string) => Promise; export declare const getPrivateKeyByToken: (projectId: string, identity: string, token: string) => Promise;