export declare const addPrefix: (source: string, prefix?: string, suffix?: string) => string;
