interface Placeholders {
    [key: string]: string | number | undefined;
}
/**
 * Convert the placeholders for the given translation
 */
export declare function plainConverter(translation: string, placeholders?: Placeholders, placeholderPattern?: RegExp): string;
export {};
//# sourceMappingURL=converters.d.ts.map