/**
 * Add "export " prefix to values that don't already start with "export"
 * @param value the snippet content
 * @returns the snippet content with the "export " prefix
 */
export declare const addExportPrefix: (value?: string) => string | undefined;
