export declare type RadixType = 2 | 8 | 10 | 16;
export declare const sprintf: (format: string, ...a: any[]) => string;
