/**
 * Converts text for a string to Budgie-compatible quotes.
 *
 * @param text   Text that needs to be quote-wrapped.
 * @returns Budgie-compatible quote-wrapped version of the text.
 */
export declare const wrapWithQuotes: (text: string) => string;
