export declare function formatPlaceholder(text?: string | null, params?: { [key: string]: any; }): string | null | undefined;