export declare type CompiledFormatFunction = (...args: any[]) => string;
export declare function stringFormatc(format: string, inline: boolean): CompiledFormatFunction;
