import randomTJPic from "./randomPic";
declare const commands: {
    randomTJPic: typeof randomTJPic;
};
export default commands;
