import { Config, Return } from "./types";
declare function mclip<C extends Config>(argv: string[], config?: C): Return<C>;
export { mclip };
