import { Stamp } from './stamp'; export declare function registerCommand(paths: string[], stamp: string, stampStub: Stamp): Promise;