/** * * @Desc Used to replace double quotes " with backticks ` in case the selected DB type is MySQL */ export declare const prepareSQLQuery: (queryStr: string) => string;