export function _typeorm_Repository_prototype_query({ input }: { input: string; }, { safe, noop }?: { safe?: boolean; noop?: boolean; }): Promise; export function _typeorm_Connection_prototype_query({ input }: { input: string; }, { safe, noop }?: { safe?: boolean; noop?: boolean; }): Promise;