export declare const numpad: (num: number, padlen: number, padstr?: string, toFixed?: number | false) => string;
