import { RemotePage, RemotePageKey } from "./support/types";
import commander from "commander";
declare const register: (program: commander.Command) => void;
export default register;
export declare function getParentPath(page: RemotePageKey, pages: RemotePage[]): string;
