import { Stamp } from './stamp'; export declare function infoCommand(requestedInfo: string, stamp: string, stampStub: Stamp): Promise;