import { Node } from ".."; export declare function stakePool(this: Node, amount: string): Promise; export declare function unstakePool(this: Node, amount: string): Promise;