export declare const getNonQuotedCleanedOutput: (input: string) => string;
export declare const appendIdWithQuotesInMind: (input: string, id: string) => string;
