declare const docs: {
    msgCreateEntry: {
        desc: string;
    };
};
export default docs;
