declare function objectToString(arg: T, pad?: string, indention?: string): string; export { objectToString };