export declare class Tools { static securedSetProperty(src: object, dest: object, key: string): void; static extractOrderedNames(src: string, possibleNames: string[], sep?: string): string[]; static zeroPad(num: number, places: number): string; }