declare namespace _default { function data(): { prepend: string; append: string; prependAppend: string; }; } export default _default;